body{
  margin: 0px;
}

div{
  background-color: #0AE;/*Bleu*/
}
p{
  background-color: #0EA;/*Vert*/
  width: 80%;
  margin: 0 auto;
}